Html Css Color HEX #6DAEEF Jordy Blue

📋 copy color: '#6DAEEF'

red 109 ◦ green 174 ◦ blue 239

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

Shades of Jordy Blue #6DAEEF

Tints of Jordy Blue #6DAEEF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.33%

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 20.88%
G = 33.33%
B = 45.79%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6DAEEF (or 0x6DAEEF) is known color: Jordy Blue. HEX triplet: 6D, AE and EF. RGB value is (109,174,239). Sum of RGB (Red+Green+Blue) = 109+174+239=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DAEEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAEEF is #925110. Grayscale: #A1A1A1. Windows color (decimal): -9589009 or 15707757. OLE color: 15707757.

HSL color Cylindrical-coordinate representation of color #6DAEEF: hue angle of 210º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DAEEF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 174 239 -
CMYK 0.54 0.27 0 0.06
HSL 210º 0.8% 0.68% -
HSV(B) 210º 0.54% 0.94% -
XYZ 37.02 39.76 87.38 -
YUV 161.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 109 174 239 0.54 0.27 0 0.06 210 0.8 0.68
Hex 6D AE EF 36 1B 0 6 D2 50 44
Octal 155 256 357 66 33 0 6 322 120 104
Binary 1101101 10101110 11101111 110110 11011 0 110 11010010 1010000 1000100

Color Harmonies of #6DAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEEF

Black with #6DAEEF

Text Example


Text Example

White with #6DAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,174,239); }

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

background-color css

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

 a { background-color: rgb(109,174,239); }

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

border-color css

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

 span { border-color: rgb(109,174,239); }

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