Html Css Color HEX #6B86DC Cornflower Blue

📋 copy color: '#6B86DC'

red 107 ◦ green 134 ◦ blue 220

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

Shades of Cornflower Blue #6B86DC

Tints of Cornflower Blue #6B86DC

RGB

 RED value IS 107 (42.19% from 255) = 23.21%

 GREEN value IS 134 (52.73% from 255) = 29.07%

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

R = 23.21%
G = 29.07%
B = 47.72%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B86DC (or 0x6B86DC) is known color: Cornflower Blue. HEX triplet: 6B, 86 and DC. RGB value is (107,134,220). Sum of RGB (Red+Green+Blue) = 107+134+220=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B86DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B86DC is #947923. Grayscale: #878787. Windows color (decimal): -9730340 or 14452331. OLE color: 14452331.

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

Color convert

RGB 107 134 220 -
CMYK 0.51 0.39 0 0.14
HSL 225.66º 0.62% 0.64% -
HSV(B) 225.66º 0.51% 0.86% -
XYZ 27.51 25.34 71.15 -
YUV 135.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 107 134 220 0.51 0.39 0 0.14 225.66 0.62 0.64
Hex 6B 86 DC 33 27 0 E E2 3E 40
Octal 153 206 334 63 47 0 16 342 76 100
Binary 1101011 10000110 11011100 110011 100111 0 1110 11100010 111110 1000000

Color Harmonies of #6B86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B86DC

Black with #6B86DC

Text Example


Text Example

White with #6B86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,134,220); }

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

background-color css

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

 a { background-color: rgb(107,134,220); }

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

border-color css

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

 span { border-color: rgb(107,134,220); }

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