Html Css Color HEX #6E9DD6 Jordy Blue

📋 copy color: '#6E9DD6'

red 110 ◦ green 157 ◦ blue 214

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

Shades of Jordy Blue #6E9DD6

Tints of Jordy Blue #6E9DD6

RGB

 RED value IS 110 (43.36% from 255) = 22.87%

 GREEN value IS 157 (61.72% from 255) = 32.64%

 BLUE value IS 214 (83.98% from 255) = 44.49%

R = 22.87%
G = 32.64%
B = 44.49%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6E9DD6 (or 0x6E9DD6) is known color: Jordy Blue. HEX triplet: 6E, 9D and D6. RGB value is (110,157,214). Sum of RGB (Red+Green+Blue) = 110+157+214=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #6E9DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9DD6 is #916229. Grayscale: #959595. Windows color (decimal): -9527850 or 14065006. OLE color: 14065006.

HSL color Cylindrical-coordinate representation of color #6E9DD6: hue angle of 212.88º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E9DD6 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 157 214 -
CMYK 0.49 0.27 0 0.16
HSL 212.88º 0.56% 0.64% -
HSV(B) 212.88º 0.49% 0.84% -
XYZ 30.62 32.28 68.24 -
YUV 149.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 110 157 214 0.49 0.27 0 0.16 212.88 0.56 0.64
Hex 6E 9D D6 31 1B 0 10 D5 38 40
Octal 156 235 326 61 33 0 20 325 70 100
Binary 1101110 10011101 11010110 110001 11011 0 10000 11010101 111000 1000000

Color Harmonies of #6E9DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9DD6

Black with #6E9DD6

Text Example


Text Example

White with #6E9DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,157,214); }

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

background-color css

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

 a { background-color: rgb(110,157,214); }

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

border-color css

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

 span { border-color: rgb(110,157,214); }

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