Html Css Color HEX #67A8FF Cornflower Blue

📋 copy color: '#67A8FF'

red 103 ◦ green 168 ◦ blue 255

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

Shades of Cornflower Blue #67A8FF

Tints of Cornflower Blue #67A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.94%

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

R = 19.58%
G = 31.94%
B = 48.48%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#67A8FF (or 0x67A8FF) is known color: Cornflower Blue. HEX triplet: 67, A8 and FF. RGB value is (103,168,255). Sum of RGB (Red+Green+Blue) = 103+168+255=526 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.58% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #67A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A8FF is #985700. Grayscale: #9E9E9E. Windows color (decimal): -9983745 or 16754791. OLE color: 16754791.

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

Color convert

RGB 103 168 255 -
CMYK 0.60 0.34 0 0
HSL 214.34º 1% 0.7% -
HSV(B) 214.34º 0.6% 1% -
XYZ 37.65 38.11 99.98 -
YUV 158.48 182.47 88.43 -
System Red Green Blue C M Y K H S L
Decimal 103 168 255 0.60 0.34 0 0 214.34 1 0.7
Hex 67 A8 FF 3C 22 0 0 D6 64 46
Octal 147 250 377 74 42 0 0 326 144 106
Binary 1100111 10101000 11111111 111100 100010 0 0 11010110 1100100 1000110

Color Harmonies of #67A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A8FF

Black with #67A8FF

Text Example


Text Example

White with #67A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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