Html Css Color HEX #67A2FF Cornflower Blue

📋 copy color: '#67A2FF'

red 103 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #67A2FF

Tints of Cornflower Blue #67A2FF

RGB

 RED value IS 103 (40.63% from 255) = 19.81%

 GREEN value IS 162 (63.67% from 255) = 31.15%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 19.81%
G = 31.15%
B = 49.04%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#67A2FF (or 0x67A2FF) is known color: Cornflower Blue. HEX triplet: 67, A2 and FF. RGB value is (103,162,255). Sum of RGB (Red+Green+Blue) = 103+162+255=520 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.81% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #67A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A2FF is #985D00. Grayscale: #9A9A9A. Windows color (decimal): -9985281 or 16753255. OLE color: 16753255.

HSL color Cylindrical-coordinate representation of color #67A2FF: hue angle of 216.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67A2FF is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 103 162 255 -
CMYK 0.60 0.36 0 0
HSL 216.71º 1% 0.7% -
HSV(B) 216.71º 0.6% 1% -
XYZ 36.56 35.94 99.62 -
YUV 154.96 184.45 90.94 -
System Red Green Blue C M Y K H S L
Decimal 103 162 255 0.60 0.36 0 0 216.71 1 0.7
Hex 67 A2 FF 3C 24 0 0 D9 64 46
Octal 147 242 377 74 44 0 0 331 144 106
Binary 1100111 10100010 11111111 111100 100100 0 0 11011001 1100100 1000110

Color Harmonies of #67A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A2FF

Black with #67A2FF

Text Example


Text Example

White with #67A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #67A2FF;
 }
 .AnyTagClassName
 {
   color: #67A2FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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