Html Css Color HEX #6F8ADC Cornflower Blue

📋 copy color: '#6F8ADC'

red 111 ◦ green 138 ◦ blue 220

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

Shades of Cornflower Blue #6F8ADC

Tints of Cornflower Blue #6F8ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

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

R = 23.67%
G = 29.42%
B = 46.91%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F8ADC (or 0x6F8ADC) is known color: Cornflower Blue. HEX triplet: 6F, 8A and DC. RGB value is (111,138,220). Sum of RGB (Red+Green+Blue) = 111+138+220=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F8ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ADC is #907523. Grayscale: #8A8A8A. Windows color (decimal): -9467172 or 14453359. OLE color: 14453359.

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

Color convert

RGB 111 138 220 -
CMYK 0.50 0.37 0 0.14
HSL 225.14º 0.61% 0.65% -
HSV(B) 225.14º 0.5% 0.86% -
XYZ 28.56 26.72 71.36 -
YUV 139.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 111 138 220 0.50 0.37 0 0.14 225.14 0.61 0.65
Hex 6F 8A DC 32 25 0 E E1 3D 41
Octal 157 212 334 62 45 0 16 341 75 101
Binary 1101111 10001010 11011100 110010 100101 0 1110 11100001 111101 1000001

Color Harmonies of #6F8ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8ADC

Black with #6F8ADC

Text Example


Text Example

White with #6F8ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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