Html Css Color HEX #6CA9EB Jordy Blue

📋 copy color: '#6CA9EB'

red 108 ◦ green 169 ◦ blue 235

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

Shades of Jordy Blue #6CA9EB

Tints of Jordy Blue #6CA9EB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.01%

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

R = 21.09%
G = 33.01%
B = 45.9%

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

#6CA9EB (or 0x6CA9EB) is known color: Jordy Blue. HEX triplet: 6C, A9 and EB. RGB value is (108,169,235). Sum of RGB (Red+Green+Blue) = 108+169+235=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CA9EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA9EB is #935614. Grayscale: #9D9D9D. Windows color (decimal): -9655829 or 15444332. OLE color: 15444332.

HSL color Cylindrical-coordinate representation of color #6CA9EB: hue angle of 211.18º 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 #6CA9EB is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 169 235 -
CMYK 0.54 0.28 0 0.08
HSL 211.18º 0.76% 0.67% -
HSV(B) 211.18º 0.54% 0.92% -
XYZ 35.37 37.56 83.98 -
YUV 158.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 108 169 235 0.54 0.28 0 0.08 211.18 0.76 0.67
Hex 6C A9 EB 36 1C 0 8 D3 4C 43
Octal 154 251 353 66 34 0 10 323 114 103
Binary 1101100 10101001 11101011 110110 11100 0 1000 11010011 1001100 1000011

Color Harmonies of #6CA9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA9EB

Black with #6CA9EB

Text Example


Text Example

White with #6CA9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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