#6CA7ED

Color #6CA7ED Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6CA7ED

Tints of Jordy Blue #6CA7ED

Color information

#6CA7ED (or 0x6CA7ED) is unknown color: approx Jordy Blue. HEX triplet: 6C, A7 and ED. RGB value is (108,167,237). Sum of RGB (Red+Green+Blue) = 108+167+237=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CA7ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA7ED is #935812. Grayscale: #9D9D9D. Windows color (decimal): -9656339 or 15574892. OLE color: 15574892.

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

Color convert

RGB108167237-
CMYK0.540.3000.07
HSL212.56º78.18%67.65%-
HSV(B)212.56º54.43%92.94%-
XYZ35.2936.9485.39-
YUV157.34172.9592.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.09%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=21.09%
G=32.62%
B=46.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081672370.540.3000.07212.5678.1867.65
Hex6CA7ED361E07d54e44
Octal154247355663607325116104
Binary110110010100111111011011101101111001111101010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,167,237); }

 H1.HeaderClassName
 {
   color: #6CA7ED;
 }
 .AnyTagClassName
 {
   color: #6CA7ED;
 }
</style>
background-color css

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

 a { background-color: rgb(108,167,237); }

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

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

 span { border-color: rgb(108,167,237); }

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