#67A2E6

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

Shades of Cornflower Blue #67A2E6

Tints of Cornflower Blue #67A2E6

Color information

#67A2E6 (or 0x67A2E6) is unknown color: approx Cornflower Blue. HEX triplet: 67, A2 and E6. RGB value is (103,162,230). Sum of RGB (Red+Green+Blue) = 103+162+230=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #67A2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A2E6 is #985D19. Grayscale: #979797. Windows color (decimal): -9985306 or 15114855. OLE color: 15114855.

HSL color Cylindrical-coordinate representation of color #67A2E6: hue angle of 212.13º degrees, saturation: 0.72, 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 #67A2E6 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB103162230-
CMYK0.550.3000.10
HSL212.13º71.75%65.29%-
HSV(B)212.13º55.22%90.2%-
XYZ32.834.4479.78-
YUV152.11171.9592.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.81%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 230 (90.23% from 255) = 46.46%
R=20.81%
G=32.73%
B=46.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1031622300.550.3000.10212.1371.7565.29
Hex67A2E6371E0Ad44841
Octal1472423466736012324110101
Binary1100111101000101110011011011111110010101101010010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,162,230); }

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

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

 a { background-color: rgb(103,162,230); }

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

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

 span { border-color: rgb(103,162,230); }

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