Html Css Color HEX #6F8FDF Cornflower Blue

📋 copy color: '#6F8FDF'

red 111 ◦ green 143 ◦ blue 223

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

Shades of Cornflower Blue #6F8FDF

Tints of Cornflower Blue #6F8FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 23.27%
G = 29.98%
B = 46.75%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F8FDF (or 0x6F8FDF) is known color: Cornflower Blue. HEX triplet: 6F, 8F and DF. RGB value is (111,143,223). Sum of RGB (Red+Green+Blue) = 111+143+223=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F8FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8FDF is #907020. Grayscale: #8E8E8E. Windows color (decimal): -9465889 or 14651247. OLE color: 14651247.

HSL color Cylindrical-coordinate representation of color #6F8FDF: hue angle of 222.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F8FDF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 143 223 -
CMYK 0.50 0.36 0 0.13
HSL 222.86º 0.64% 0.65% -
HSV(B) 222.86º 0.5% 0.87% -
XYZ 29.7 28.35 73.72 -
YUV 142.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 111 143 223 0.50 0.36 0 0.13 222.86 0.64 0.65
Hex 6F 8F DF 32 24 0 D DF 40 41
Octal 157 217 337 62 44 0 15 337 100 101
Binary 1101111 10001111 11011111 110010 100100 0 1101 11011111 1000000 1000001

Color Harmonies of #6F8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8FDF

Black with #6F8FDF

Text Example


Text Example

White with #6F8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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