Html Css Color HEX #67A1FF Cornflower Blue

📋 copy color: '#67A1FF'

red 103 ◦ green 161 ◦ blue 255

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

Shades of Cornflower Blue #67A1FF

Tints of Cornflower Blue #67A1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.02%

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

R = 19.85%
G = 31.02%
B = 49.13%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#67A1FF (or 0x67A1FF) is known color: Cornflower Blue. HEX triplet: 67, A1 and FF. RGB value is (103,161,255). Sum of RGB (Red+Green+Blue) = 103+161+255=519 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.85% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #67A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A1FF is #985E00. Grayscale: #999999. Windows color (decimal): -9985537 or 16752999. OLE color: 16752999.

HSL color Cylindrical-coordinate representation of color #67A1FF: hue angle of 217.11º 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 #67A1FF is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 103 161 255 -
CMYK 0.60 0.37 0 0
HSL 217.11º 1% 0.7% -
HSV(B) 217.11º 0.6% 1% -
XYZ 36.39 35.59 99.56 -
YUV 154.37 184.78 91.36 -
System Red Green Blue C M Y K H S L
Decimal 103 161 255 0.60 0.37 0 0 217.11 1 0.7
Hex 67 A1 FF 3C 25 0 0 D9 64 46
Octal 147 241 377 74 45 0 0 331 144 106
Binary 1100111 10100001 11111111 111100 100101 0 0 11011001 1100100 1000110

Color Harmonies of #67A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A1FF

Black with #67A1FF

Text Example


Text Example

White with #67A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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