Html Css Color HEX #6CABEC Jordy Blue

📋 copy color: '#6CABEC'

red 108 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #6CABEC

Tints of Jordy Blue #6CABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.2%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 20.97%
G = 33.2%
B = 45.83%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CABEC (or 0x6CABEC) is known color: Jordy Blue. HEX triplet: 6C, AB and EC. RGB value is (108,171,236). Sum of RGB (Red+Green+Blue) = 108+171+236=515 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.97% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CABEC is #935413. Grayscale: #9F9F9F. Windows color (decimal): -9655316 or 15510380. OLE color: 15510380.

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

Color convert

RGB 108 171 236 -
CMYK 0.54 0.28 0 0.07
HSL 210.47º 0.77% 0.67% -
HSV(B) 210.47º 0.54% 0.93% -
XYZ 35.89 38.37 84.87 -
YUV 159.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 108 171 236 0.54 0.28 0 0.07 210.47 0.77 0.67
Hex 6C AB EC 36 1C 0 7 D2 4D 43
Octal 154 253 354 66 34 0 7 322 115 103
Binary 1101100 10101011 11101100 110110 11100 0 111 11010010 1001101 1000011

Color Harmonies of #6CABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CABEC

Black with #6CABEC

Text Example


Text Example

White with #6CABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,171,236); }

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

background-color css

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

 a { background-color: rgb(108,171,236); }

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

border-color css

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

 span { border-color: rgb(108,171,236); }

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