Html Css Color HEX #6C9FDF Jordy Blue

📋 copy color: '#6C9FDF'

red 108 ◦ green 159 ◦ blue 223

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

Shades of Jordy Blue #6C9FDF

Tints of Jordy Blue #6C9FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 22.04%
G = 32.45%
B = 45.51%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C9FDF (or 0x6C9FDF) is known color: Jordy Blue. HEX triplet: 6C, 9F and DF. RGB value is (108,159,223). Sum of RGB (Red+Green+Blue) = 108+159+223=490 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.04% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C9FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9FDF is #936020. Grayscale: #969696. Windows color (decimal): -9658401 or 14655340. OLE color: 14655340.

HSL color Cylindrical-coordinate representation of color #6C9FDF: hue angle of 213.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C9FDF is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 159 223 -
CMYK 0.52 0.29 0 0.13
HSL 213.39º 0.64% 0.65% -
HSV(B) 213.39º 0.52% 0.87% -
XYZ 31.9 33.31 74.56 -
YUV 151.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 108 159 223 0.52 0.29 0 0.13 213.39 0.64 0.65
Hex 6C 9F DF 34 1D 0 D D5 40 41
Octal 154 237 337 64 35 0 15 325 100 101
Binary 1101100 10011111 11011111 110100 11101 0 1101 11010101 1000000 1000001

Color Harmonies of #6C9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9FDF

Black with #6C9FDF

Text Example


Text Example

White with #6C9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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