Html Css Color HEX #6A84DC Cornflower Blue

📋 copy color: '#6A84DC'

red 106 ◦ green 132 ◦ blue 220

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

Shades of Cornflower Blue #6A84DC

Tints of Cornflower Blue #6A84DC

RGB

 RED value IS 106 (41.8% from 255) = 23.14%

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

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

R = 23.14%
G = 28.82%
B = 48.03%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A84DC (or 0x6A84DC) is known color: Cornflower Blue. HEX triplet: 6A, 84 and DC. RGB value is (106,132,220). Sum of RGB (Red+Green+Blue) = 106+132+220=458 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.14% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A84DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A84DC is #957B23. Grayscale: #858585. Windows color (decimal): -9796388 or 14451818. OLE color: 14451818.

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

Color convert

RGB 106 132 220 -
CMYK 0.52 0.40 0 0.14
HSL 226.32º 0.62% 0.64% -
HSV(B) 226.32º 0.52% 0.86% -
XYZ 27.11 24.73 71.06 -
YUV 134.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 106 132 220 0.52 0.40 0 0.14 226.32 0.62 0.64
Hex 6A 84 DC 34 28 0 E E2 3E 40
Octal 152 204 334 64 50 0 16 342 76 100
Binary 1101010 10000100 11011100 110100 101000 0 1110 11100010 111110 1000000

Color Harmonies of #6A84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A84DC

Black with #6A84DC

Text Example


Text Example

White with #6A84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,132,220); }

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

background-color css

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

 a { background-color: rgb(106,132,220); }

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

border-color css

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

 span { border-color: rgb(106,132,220); }

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