Html Css Color HEX #6F8FFF Cornflower Blue

📋 copy color: '#6F8FFF'

red 111 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #6F8FFF

Tints of Cornflower Blue #6F8FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.09%

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

R = 21.81%
G = 28.09%
B = 50.1%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F8FFF (or 0x6F8FFF) is known color: Cornflower Blue. HEX triplet: 6F, 8F and FF. RGB value is (111,143,255). Sum of RGB (Red+Green+Blue) = 111+143+255=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F8FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8FFF is #907000. Grayscale: #919191. Windows color (decimal): -9465857 or 16748399. OLE color: 16748399.

HSL color Cylindrical-coordinate representation of color #6F8FFF: hue angle of 226.67º 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 #6F8FFF is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 143 255 -
CMYK 0.56 0.44 0 0
HSL 226.67º 1% 0.72% -
HSV(B) 226.67º 0.56% 1% -
XYZ 34.43 30.24 98.63 -
YUV 146.2 189.4 102.89 -
System Red Green Blue C M Y K H S L
Decimal 111 143 255 0.56 0.44 0 0 226.67 1 0.72
Hex 6F 8F FF 38 2C 0 0 E3 64 48
Octal 157 217 377 70 54 0 0 343 144 110
Binary 1101111 10001111 11111111 111000 101100 0 0 11100011 1100100 1001000

Color Harmonies of #6F8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8FFF

Black with #6F8FFF

Text Example


Text Example

White with #6F8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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