Html Css Color HEX #6CAADD Jordy Blue

📋 copy color: '#6CAADD'

red 108 ◦ green 170 ◦ blue 221

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

Shades of Jordy Blue #6CAADD

Tints of Jordy Blue #6CAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.07%

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 21.64%
G = 34.07%
B = 44.29%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CAADD (or 0x6CAADD) is known color: Jordy Blue. HEX triplet: 6C, AA and DD. RGB value is (108,170,221). Sum of RGB (Red+Green+Blue) = 108+170+221=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAADD is #935522. Grayscale: #9D9D9D. Windows color (decimal): -9655587 or 14527084. OLE color: 14527084.

HSL color Cylindrical-coordinate representation of color #6CAADD: hue angle of 207.08º 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 #6CAADD is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 170 221 -
CMYK 0.51 0.23 0 0.13
HSL 207.08º 0.62% 0.65% -
HSV(B) 207.08º 0.51% 0.87% -
XYZ 33.61 37.16 73.81 -
YUV 157.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 108 170 221 0.51 0.23 0 0.13 207.08 0.62 0.65
Hex 6C AA DD 33 17 0 D CF 3E 41
Octal 154 252 335 63 27 0 15 317 76 101
Binary 1101100 10101010 11011101 110011 10111 0 1101 11001111 111110 1000001

Color Harmonies of #6CAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAADD

Black with #6CAADD

Text Example


Text Example

White with #6CAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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