Html Css Color HEX #6FA2EF Cornflower Blue

📋 copy color: '#6FA2EF'

red 111 ◦ green 162 ◦ blue 239

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

Shades of Cornflower Blue #6FA2EF

Tints of Cornflower Blue #6FA2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 21.68%
G = 31.64%
B = 46.68%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6FA2EF (or 0x6FA2EF) is known color: Cornflower Blue. HEX triplet: 6F, A2 and EF. RGB value is (111,162,239). Sum of RGB (Red+Green+Blue) = 111+162+239=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FA2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA2EF is #905D10. Grayscale: #9B9B9B. Windows color (decimal): -9461009 or 15704687. OLE color: 15704687.

HSL color Cylindrical-coordinate representation of color #6FA2EF: hue angle of 216.09º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FA2EF is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 162 239 -
CMYK 0.54 0.32 0 0.06
HSL 216.09º 0.8% 0.69% -
HSV(B) 216.09º 0.54% 0.94% -
XYZ 35.06 35.45 86.66 -
YUV 155.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 111 162 239 0.54 0.32 0 0.06 216.09 0.8 0.69
Hex 6F A2 EF 36 20 0 6 D8 50 45
Octal 157 242 357 66 40 0 6 330 120 105
Binary 1101111 10100010 11101111 110110 100000 0 110 11011000 1010000 1000101

Color Harmonies of #6FA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA2EF

Black with #6FA2EF

Text Example


Text Example

White with #6FA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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