Html Css Color HEX #6CAAEB Jordy Blue

📋 copy color: '#6CAAEB'

red 108 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #6CAAEB

Tints of Jordy Blue #6CAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 21.05%
G = 33.14%
B = 45.81%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6CAAEB (or 0x6CAAEB) is known color: Jordy Blue. HEX triplet: 6C, AA and EB. RGB value is (108,170,235). Sum of RGB (Red+Green+Blue) = 108+170+235=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAAEB is #935514. Grayscale: #9E9E9E. Windows color (decimal): -9655573 or 15444588. OLE color: 15444588.

HSL color Cylindrical-coordinate representation of color #6CAAEB: hue angle of 210.71º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CAAEB is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 170 235 -
CMYK 0.54 0.28 0 0.08
HSL 210.71º 0.76% 0.67% -
HSV(B) 210.71º 0.54% 0.92% -
XYZ 35.55 37.94 84.05 -
YUV 158.87 170.96 91.71 -
System Red Green Blue C M Y K H S L
Decimal 108 170 235 0.54 0.28 0 0.08 210.71 0.76 0.67
Hex 6C AA EB 36 1C 0 8 D3 4C 43
Octal 154 252 353 66 34 0 10 323 114 103
Binary 1101100 10101010 11101011 110110 11100 0 1000 11010011 1001100 1000011

Color Harmonies of #6CAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAAEB

Black with #6CAAEB

Text Example


Text Example

White with #6CAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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