Html Css Color HEX #6DACEA Jordy Blue

📋 copy color: '#6DACEA'

red 109 ◦ green 172 ◦ blue 234

#6DACEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #6DACEA

Tints of Jordy Blue #6DACEA

RGB

 RED value IS 109 (42.97% from 255) = 21.17%

 GREEN value IS 172 (67.58% from 255) = 33.4%

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 21.17%
G = 33.4%
B = 45.44%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6DACEA (or 0x6DACEA) is known color: Jordy Blue. HEX triplet: 6D, AC and EA. RGB value is (109,172,234). Sum of RGB (Red+Green+Blue) = 109+172+234=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DACEA is #925315. Grayscale: #9F9F9F. Windows color (decimal): -9589526 or 15379565. OLE color: 15379565.

HSL color Cylindrical-coordinate representation of color #6DACEA: hue angle of 209.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DACEA is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 172 234 -
CMYK 0.53 0.26 0 0.08
HSL 209.76º 0.75% 0.67% -
HSV(B) 209.76º 0.53% 0.92% -
XYZ 35.91 38.7 83.42 -
YUV 160.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 109 172 234 0.53 0.26 0 0.08 209.76 0.75 0.67
Hex 6D AC EA 35 1A 0 8 D2 4B 43
Octal 155 254 352 65 32 0 10 322 113 103
Binary 1101101 10101100 11101010 110101 11010 0 1000 11010010 1001011 1000011

Color Harmonies of #6DACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACEA

Black with #6DACEA

Text Example


Text Example

White with #6DACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DACEA; }

 p { color: rgb(109,172,234); }

 H1.HeaderClassName
 {
   color: #6DACEA;
 }
 .AnyTagClassName
 {
   color: #6DACEA;
 }
</style>

background-color css

<style>
 a { background-color: #6DACEA; }

 a { background-color: rgb(109,172,234); }

 div.DivClassName
 {
   background-color: #6DACEA;
 }
 .BgClassName
 {
   background-color: #6DACEA;
 }
</style>

border-color css

<style>
 span { border-color: #6DACEA; }

 span { border-color: rgb(109,172,234); }

 td.TdClassName
 {
   border-color: #6DACEA;
 }
 .TagClassName
 {
   border-color: #6DACEA;
 }
</style>