Html Css Color HEX #6F8CDA Cornflower Blue

📋 copy color: '#6F8CDA'

red 111 ◦ green 140 ◦ blue 218

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

Shades of Cornflower Blue #6F8CDA

Tints of Cornflower Blue #6F8CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 23.67%
G = 29.85%
B = 46.48%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F8CDA (or 0x6F8CDA) is known color: Cornflower Blue. HEX triplet: 6F, 8C and DA. RGB value is (111,140,218). Sum of RGB (Red+Green+Blue) = 111+140+218=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F8CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8CDA is #907325. Grayscale: #8B8B8B. Windows color (decimal): -9466662 or 14322799. OLE color: 14322799.

HSL color Cylindrical-coordinate representation of color #6F8CDA: hue angle of 223.74º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F8CDA is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 140 218 -
CMYK 0.49 0.36 0 0.15
HSL 223.74º 0.59% 0.65% -
HSV(B) 223.74º 0.49% 0.85% -
XYZ 28.59 27.2 70.07 -
YUV 140.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 111 140 218 0.49 0.36 0 0.15 223.74 0.59 0.65
Hex 6F 8C DA 31 24 0 F E0 3B 41
Octal 157 214 332 61 44 0 17 340 73 101
Binary 1101111 10001100 11011010 110001 100100 0 1111 11100000 111011 1000001

Color Harmonies of #6F8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CDA

Black with #6F8CDA

Text Example


Text Example

White with #6F8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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