Html Css Color HEX #6F9AFE Cornflower Blue

📋 copy color: '#6F9AFE'

red 111 ◦ green 154 ◦ blue 254

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

Shades of Cornflower Blue #6F9AFE

Tints of Cornflower Blue #6F9AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.67%

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 21.39%
G = 29.67%
B = 48.94%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F9AFE (or 0x6F9AFE) is known color: Cornflower Blue. HEX triplet: 6F, 9A and FE. RGB value is (111,154,254). Sum of RGB (Red+Green+Blue) = 111+154+254=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F9AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9AFE is #906501. Grayscale: #989898. Windows color (decimal): -9463042 or 16685679. OLE color: 16685679.

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

Color convert

RGB 111 154 254 -
CMYK 0.56 0.39 0 0.00
HSL 221.96º 0.99% 0.72% -
HSV(B) 221.96º 0.56% 1% -
XYZ 36 33.65 98.36 -
YUV 152.54 185.25 98.37 -
System Red Green Blue C M Y K H S L
Decimal 111 154 254 0.56 0.39 0 0.00 221.96 0.99 0.72
Hex 6F 9A FE 38 27 0 0 DE 63 48
Octal 157 232 376 70 47 0 0 336 143 110
Binary 1101111 10011010 11111110 111000 100111 0 0 11011110 1100011 1001000

Color Harmonies of #6F9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9AFE

Black with #6F9AFE

Text Example


Text Example

White with #6F9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,154,254); }

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

background-color css

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

 a { background-color: rgb(111,154,254); }

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

border-color css

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

 span { border-color: rgb(111,154,254); }

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