Html Css Color HEX #6F84DB Cornflower Blue

📋 copy color: '#6F84DB'

red 111 ◦ green 132 ◦ blue 219

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

Shades of Cornflower Blue #6F84DB

Tints of Cornflower Blue #6F84DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.57%

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 24.03%
G = 28.57%
B = 47.4%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F84DB (or 0x6F84DB) is known color: Cornflower Blue. HEX triplet: 6F, 84 and DB. RGB value is (111,132,219). Sum of RGB (Red+Green+Blue) = 111+132+219=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F84DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F84DB is #907B24. Grayscale: #878787. Windows color (decimal): -9468709 or 14386287. OLE color: 14386287.

HSL color Cylindrical-coordinate representation of color #6F84DB: hue angle of 228.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F84DB is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 132 219 -
CMYK 0.49 0.40 0 0.14
HSL 228.33º 0.6% 0.65% -
HSV(B) 228.33º 0.49% 0.86% -
XYZ 27.59 25 70.39 -
YUV 135.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 111 132 219 0.49 0.40 0 0.14 228.33 0.6 0.65
Hex 6F 84 DB 31 28 0 E E4 3C 41
Octal 157 204 333 61 50 0 16 344 74 101
Binary 1101111 10000100 11011011 110001 101000 0 1110 11100100 111100 1000001

Color Harmonies of #6F84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F84DB

Black with #6F84DB

Text Example


Text Example

White with #6F84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,219); }

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

background-color css

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

 a { background-color: rgb(111,132,219); }

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

border-color css

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

 span { border-color: rgb(111,132,219); }

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