Html Css Color HEX #6FA0FF Cornflower Blue

📋 copy color: '#6FA0FF'

red 111 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #6FA0FF

Tints of Cornflower Blue #6FA0FF

RGB

 RED value IS 111 (43.75% from 255) = 21.1%

 GREEN value IS 160 (62.89% from 255) = 30.42%

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

R = 21.1%
G = 30.42%
B = 48.48%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FA0FF (or 0x6FA0FF) is known color: Cornflower Blue. HEX triplet: 6F, A0 and FF. RGB value is (111,160,255). Sum of RGB (Red+Green+Blue) = 111+160+255=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 160 (62.89% from 255 or 30.42% 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 #6FA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA0FF is #905F00. Grayscale: #9B9B9B. Windows color (decimal): -9461505 or 16752751. OLE color: 16752751.

HSL color Cylindrical-coordinate representation of color #6FA0FF: hue angle of 219.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA0FF is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 160 255 -
CMYK 0.56 0.37 0 0
HSL 219.58º 1% 0.72% -
HSV(B) 219.58º 0.56% 1% -
XYZ 37.18 35.74 99.55 -
YUV 156.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 111 160 255 0.56 0.37 0 0 219.58 1 0.72
Hex 6F A0 FF 38 25 0 0 DC 64 48
Octal 157 240 377 70 45 0 0 334 144 110
Binary 1101111 10100000 11111111 111000 100101 0 0 11011100 1100100 1001000

Color Harmonies of #6FA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA0FF

Black with #6FA0FF

Text Example


Text Example

White with #6FA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FA0FF; }

 p { color: rgb(111,160,255); }

 H1.HeaderClassName
 {
   color: #6FA0FF;
 }
 .AnyTagClassName
 {
   color: #6FA0FF;
 }
</style>

background-color css

<style>
 a { background-color: #6FA0FF; }

 a { background-color: rgb(111,160,255); }

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

border-color css

<style>
 span { border-color: #6FA0FF; }

 span { border-color: rgb(111,160,255); }

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