#67A5E5

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

Shades of Jordy Blue #67A5E5

Tints of Jordy Blue #67A5E5

Color information

#67A5E5 (or 0x67A5E5) is unknown color: approx Jordy Blue. HEX triplet: 67, A5 and E5. RGB value is (103,165,229). Sum of RGB (Red+Green+Blue) = 103+165+229=497 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.72% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #67A5E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A5E5 is #985A1A. Grayscale: #999999. Windows color (decimal): -9984539 or 15050087. OLE color: 15050087.

HSL color Cylindrical-coordinate representation of color #67A5E5: hue angle of 210.48º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67A5E5 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB103165229-
CMYK0.550.2800.10
HSL210.48º70.79%65.1%-
HSV(B)210.48º55.02%89.8%-
XYZ33.1935.4579.22-
YUV153.76170.4691.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.72%
GREEN value IS 165 (64.84% from 255) = 33.20%
BLUE value IS 229 (89.84% from 255) = 46.08%
R=20.72%
G=33.20%
B=46.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1031652290.550.2800.10210.4870.7965.1
Hex67A5E5371C0Ad24741
Octal1472453456734012322107101
Binary1100111101001011110010111011111100010101101001010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A5E5; }

 p { color: rgb(103,165,229); }

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

<style>
 a { background-color: #67A5E5; }

 a { background-color: rgb(103,165,229); }

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

<style>
 span { border-color: #67A5E5; }

 span { border-color: rgb(103,165,229); }

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