Html Css Color HEX #6FA2EB Cornflower Blue

📋 copy color: '#6FA2EB'

red 111 ◦ green 162 ◦ blue 235

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

Shades of Cornflower Blue #6FA2EB

Tints of Cornflower Blue #6FA2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 21.85%
G = 31.89%
B = 46.26%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FA2EB (or 0x6FA2EB) is known color: Cornflower Blue. HEX triplet: 6F, A2 and EB. RGB value is (111,162,235). Sum of RGB (Red+Green+Blue) = 111+162+235=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FA2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA2EB is #905D14. Grayscale: #9A9A9A. Windows color (decimal): -9461013 or 15442543. OLE color: 15442543.

HSL color Cylindrical-coordinate representation of color #6FA2EB: hue angle of 215.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FA2EB is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 162 235 -
CMYK 0.53 0.31 0 0.08
HSL 215.32º 0.76% 0.68% -
HSV(B) 215.32º 0.53% 0.92% -
XYZ 34.47 35.22 83.58 -
YUV 155.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 111 162 235 0.53 0.31 0 0.08 215.32 0.76 0.68
Hex 6F A2 EB 35 1F 0 8 D7 4C 44
Octal 157 242 353 65 37 0 10 327 114 104
Binary 1101111 10100010 11101011 110101 11111 0 1000 11010111 1001100 1000100

Color Harmonies of #6FA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA2EB

Black with #6FA2EB

Text Example


Text Example

White with #6FA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,162,235); }

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

background-color css

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

 a { background-color: rgb(111,162,235); }

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

border-color css

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

 span { border-color: rgb(111,162,235); }

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