Html Css Color HEX #6C9FDC Jordy Blue

📋 copy color: '#6C9FDC'

red 108 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #6C9FDC

Tints of Jordy Blue #6C9FDC

RGB

 RED value IS 108 (42.58% from 255) = 22.18%

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

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

R = 22.18%
G = 32.65%
B = 45.17%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C9FDC (or 0x6C9FDC) is known color: Jordy Blue. HEX triplet: 6C, 9F and DC. RGB value is (108,159,220). Sum of RGB (Red+Green+Blue) = 108+159+220=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9FDC is #936023. Grayscale: #969696. Windows color (decimal): -9658404 or 14458732. OLE color: 14458732.

HSL color Cylindrical-coordinate representation of color #6C9FDC: hue angle of 212.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C9FDC is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 159 220 -
CMYK 0.51 0.28 0 0.14
HSL 212.68º 0.62% 0.64% -
HSV(B) 212.68º 0.51% 0.86% -
XYZ 31.5 33.15 72.45 -
YUV 150.71 167.1 97.54 -
System Red Green Blue C M Y K H S L
Decimal 108 159 220 0.51 0.28 0 0.14 212.68 0.62 0.64
Hex 6C 9F DC 33 1C 0 E D5 3E 40
Octal 154 237 334 63 34 0 16 325 76 100
Binary 1101100 10011111 11011100 110011 11100 0 1110 11010101 111110 1000000

Color Harmonies of #6C9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9FDC

Black with #6C9FDC

Text Example


Text Example

White with #6C9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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