Html Css Color HEX #6CAADB Jordy Blue

📋 copy color: '#6CAADB'

red 108 ◦ green 170 ◦ blue 219

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

Shades of Jordy Blue #6CAADB

Tints of Jordy Blue #6CAADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 21.73%
G = 34.21%
B = 44.06%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CAADB (or 0x6CAADB) is known color: Jordy Blue. HEX triplet: 6C, AA and DB. RGB value is (108,170,219). Sum of RGB (Red+Green+Blue) = 108+170+219=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAADB is #935524. Grayscale: #9C9C9C. Windows color (decimal): -9655589 or 14396012. OLE color: 14396012.

HSL color Cylindrical-coordinate representation of color #6CAADB: hue angle of 206.49º degrees, saturation: 0.61, 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 #6CAADB is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 170 219 -
CMYK 0.51 0.22 0 0.14
HSL 206.49º 0.61% 0.64% -
HSV(B) 206.49º 0.51% 0.86% -
XYZ 33.35 37.05 72.41 -
YUV 157.05 162.96 93.02 -
System Red Green Blue C M Y K H S L
Decimal 108 170 219 0.51 0.22 0 0.14 206.49 0.61 0.64
Hex 6C AA DB 33 16 0 E CE 3D 40
Octal 154 252 333 63 26 0 16 316 75 100
Binary 1101100 10101010 11011011 110011 10110 0 1110 11001110 111101 1000000

Color Harmonies of #6CAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAADB

Black with #6CAADB

Text Example


Text Example

White with #6CAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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