Html Css Color HEX #6F8DDC Cornflower Blue

📋 copy color: '#6F8DDC'

red 111 ◦ green 141 ◦ blue 220

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

Shades of Cornflower Blue #6F8DDC

Tints of Cornflower Blue #6F8DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.87%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 23.52%
G = 29.87%
B = 46.61%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F8DDC (or 0x6F8DDC) is known color: Cornflower Blue. HEX triplet: 6F, 8D and DC. RGB value is (111,141,220). Sum of RGB (Red+Green+Blue) = 111+141+220=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F8DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8DDC is #907223. Grayscale: #8C8C8C. Windows color (decimal): -9466404 or 14454127. OLE color: 14454127.

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

Color convert

RGB 111 141 220 -
CMYK 0.50 0.36 0 0.14
HSL 223.49º 0.61% 0.65% -
HSV(B) 223.49º 0.5% 0.86% -
XYZ 29 27.6 71.51 -
YUV 141.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 111 141 220 0.50 0.36 0 0.14 223.49 0.61 0.65
Hex 6F 8D DC 32 24 0 E DF 3D 41
Octal 157 215 334 62 44 0 16 337 75 101
Binary 1101111 10001101 11011100 110010 100100 0 1110 11011111 111101 1000001

Color Harmonies of #6F8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8DDC

Black with #6F8DDC

Text Example


Text Example

White with #6F8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,141,220); }

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

background-color css

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

 a { background-color: rgb(111,141,220); }

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

border-color css

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

 span { border-color: rgb(111,141,220); }

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