Html Css Color HEX #6F8BDF Cornflower Blue

📋 copy color: '#6F8BDF'

red 111 ◦ green 139 ◦ blue 223

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

Shades of Cornflower Blue #6F8BDF

Tints of Cornflower Blue #6F8BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.39%

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

R = 23.47%
G = 29.39%
B = 47.15%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F8BDF (or 0x6F8BDF) is known color: Cornflower Blue. HEX triplet: 6F, 8B and DF. RGB value is (111,139,223). Sum of RGB (Red+Green+Blue) = 111+139+223=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F8BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8BDF is #907420. Grayscale: #8B8B8B. Windows color (decimal): -9466913 or 14650223. OLE color: 14650223.

HSL color Cylindrical-coordinate representation of color #6F8BDF: hue angle of 225º 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 #6F8BDF is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 139 223 -
CMYK 0.50 0.38 0 0.13
HSL 225º 0.64% 0.65% -
HSV(B) 225º 0.5% 0.87% -
XYZ 29.11 27.17 73.52 -
YUV 140.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 111 139 223 0.50 0.38 0 0.13 225 0.64 0.65
Hex 6F 8B DF 32 26 0 D E1 40 41
Octal 157 213 337 62 46 0 15 341 100 101
Binary 1101111 10001011 11011111 110010 100110 0 1101 11100001 1000000 1000001

Color Harmonies of #6F8BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8BDF

Black with #6F8BDF

Text Example


Text Example

White with #6F8BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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