Html Css Color HEX #6CACE9 Jordy Blue

📋 copy color: '#6CACE9'

red 108 ◦ green 172 ◦ blue 233

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

Shades of Jordy Blue #6CACE9

Tints of Jordy Blue #6CACE9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.53%

 BLUE value IS 233 (91.41% from 255) = 45.42%

R = 21.05%
G = 33.53%
B = 45.42%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6CACE9 (or 0x6CACE9) is known color: Jordy Blue. HEX triplet: 6C, AC and E9. RGB value is (108,172,233). Sum of RGB (Red+Green+Blue) = 108+172+233=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #6CACE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CACE9 is #935316. Grayscale: #9F9F9F. Windows color (decimal): -9655063 or 15314028. OLE color: 15314028.

HSL color Cylindrical-coordinate representation of color #6CACE9: hue angle of 209.28º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CACE9 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 108 172 233 -
CMYK 0.54 0.26 0 0.09
HSL 209.28º 0.74% 0.67% -
HSV(B) 209.28º 0.54% 0.91% -
XYZ 35.64 38.58 82.66 -
YUV 159.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 108 172 233 0.54 0.26 0 0.09 209.28 0.74 0.67
Hex 6C AC E9 36 1A 0 9 D1 4A 43
Octal 154 254 351 66 32 0 11 321 112 103
Binary 1101100 10101100 11101001 110110 11010 0 1001 11010001 1001010 1000011

Color Harmonies of #6CACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CACE9

Black with #6CACE9

Text Example


Text Example

White with #6CACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,172,233); }

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

background-color css

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

 a { background-color: rgb(108,172,233); }

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

border-color css

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

 span { border-color: rgb(108,172,233); }

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