Html Css Color HEX #6F9FFC Cornflower Blue

📋 copy color: '#6F9FFC'

red 111 ◦ green 159 ◦ blue 252

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

Shades of Cornflower Blue #6F9FFC

Tints of Cornflower Blue #6F9FFC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.46%

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 21.26%
G = 30.46%
B = 48.28%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F9FFC (or 0x6F9FFC) is known color: Cornflower Blue. HEX triplet: 6F, 9F and FC. RGB value is (111,159,252). Sum of RGB (Red+Green+Blue) = 111+159+252=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F9FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9FFC is #906003. Grayscale: #9A9A9A. Windows color (decimal): -9461764 or 16555887. OLE color: 16555887.

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

Color convert

RGB 111 159 252 -
CMYK 0.56 0.37 0 0.01
HSL 219.57º 0.96% 0.71% -
HSV(B) 219.57º 0.56% 0.99% -
XYZ 36.52 35.2 96.97 -
YUV 155.25 182.6 96.44 -
System Red Green Blue C M Y K H S L
Decimal 111 159 252 0.56 0.37 0 0.01 219.57 0.96 0.71
Hex 6F 9F FC 38 25 0 1 DC 60 47
Octal 157 237 374 70 45 0 1 334 140 107
Binary 1101111 10011111 11111100 111000 100101 0 1 11011100 1100000 1000111

Color Harmonies of #6F9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9FFC

Black with #6F9FFC

Text Example


Text Example

White with #6F9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,159,252); }

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

background-color css

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

 a { background-color: rgb(111,159,252); }

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

border-color css

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

 span { border-color: rgb(111,159,252); }

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