Html Css Color HEX #6E9FDC Jordy Blue

📋 copy color: '#6E9FDC'

red 110 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #6E9FDC

Tints of Jordy Blue #6E9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.52%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 22.49%
G = 32.52%
B = 44.99%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E9FDC (or 0x6E9FDC) is known color: Jordy Blue. HEX triplet: 6E, 9F and DC. RGB value is (110,159,220). Sum of RGB (Red+Green+Blue) = 110+159+220=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9FDC is #916023. Grayscale: #979797. Windows color (decimal): -9527332 or 14458734. OLE color: 14458734.

HSL color Cylindrical-coordinate representation of color #6E9FDC: hue angle of 213.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E9FDC is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 159 220 -
CMYK 0.50 0.28 0 0.14
HSL 213.27º 0.61% 0.65% -
HSV(B) 213.27º 0.5% 0.86% -
XYZ 31.75 33.28 72.46 -
YUV 151.3 166.77 98.54 -
System Red Green Blue C M Y K H S L
Decimal 110 159 220 0.50 0.28 0 0.14 213.27 0.61 0.65
Hex 6E 9F DC 32 1C 0 E D5 3D 41
Octal 156 237 334 62 34 0 16 325 75 101
Binary 1101110 10011111 11011100 110010 11100 0 1110 11010101 111101 1000001

Color Harmonies of #6E9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FDC

Black with #6E9FDC

Text Example


Text Example

White with #6E9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,159,220); }

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

background-color css

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

 a { background-color: rgb(110,159,220); }

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

border-color css

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

 span { border-color: rgb(110,159,220); }

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