#6C9DDD

Color #6C9DDD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6C9DDD

Tints of Jordy Blue #6C9DDD

Color information

#6C9DDD (or 0x6C9DDD) is unknown color: approx Jordy Blue. HEX triplet: 6C, 9D and DD. RGB value is (108,157,221). Sum of RGB (Red+Green+Blue) = 108+157+221=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C9DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9DDD is #936222. Grayscale: #959595. Windows color (decimal): -9658915 or 14523756. OLE color: 14523756.

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

Color convert

RGB108157221-
CMYK0.510.2900.13
HSL213.98º62.43%64.51%-
HSV(B)213.98º51.13%86.67%-
XYZ31.2932.5273.03-
YUV149.64168.2798.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.22%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=22.22%
G=32.30%
B=45.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081572210.510.2900.13213.9862.4364.51
Hex6C9DDD331D0Dd63e41
Octal154235335633501532676101
Binary110110010011101110111011100111110101101110101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,157,221); }

 H1.HeaderClassName
 {
   color: #6C9DDD;
 }
 .AnyTagClassName
 {
   color: #6C9DDD;
 }
</style>
background-color css

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

 a { background-color: rgb(108,157,221); }

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

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

 span { border-color: rgb(108,157,221); }

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