Html Css Color HEX #6F8CDD Cornflower Blue

📋 copy color: '#6F8CDD'

red 111 ◦ green 140 ◦ blue 221

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

Shades of Cornflower Blue #6F8CDD

Tints of Cornflower Blue #6F8CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.66%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 23.52%
G = 29.66%
B = 46.82%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F8CDD (or 0x6F8CDD) is known color: Cornflower Blue. HEX triplet: 6F, 8C and DD. RGB value is (111,140,221). Sum of RGB (Red+Green+Blue) = 111+140+221=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F8CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8CDD is #907322. Grayscale: #8C8C8C. Windows color (decimal): -9466659 or 14519407. OLE color: 14519407.

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

Color convert

RGB 111 140 221 -
CMYK 0.50 0.37 0 0.13
HSL 224.18º 0.62% 0.65% -
HSV(B) 224.18º 0.5% 0.87% -
XYZ 28.98 27.36 72.16 -
YUV 140.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 111 140 221 0.50 0.37 0 0.13 224.18 0.62 0.65
Hex 6F 8C DD 32 25 0 D E0 3E 41
Octal 157 214 335 62 45 0 15 340 76 101
Binary 1101111 10001100 11011101 110010 100101 0 1101 11100000 111110 1000001

Color Harmonies of #6F8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CDD

Black with #6F8CDD

Text Example


Text Example

White with #6F8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,140,221); }

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

background-color css

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

 a { background-color: rgb(111,140,221); }

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

border-color css

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

 span { border-color: rgb(111,140,221); }

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