Html Css Color HEX #6B81DC Cornflower Blue

📋 copy color: '#6B81DC'

red 107 ◦ green 129 ◦ blue 220

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

Shades of Cornflower Blue #6B81DC

Tints of Cornflower Blue #6B81DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.29%

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

R = 23.46%
G = 28.29%
B = 48.25%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B81DC (or 0x6B81DC) is known color: Cornflower Blue. HEX triplet: 6B, 81 and DC. RGB value is (107,129,220). Sum of RGB (Red+Green+Blue) = 107+129+220=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B81DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B81DC is #947E23. Grayscale: #848484. Windows color (decimal): -9731620 or 14451051. OLE color: 14451051.

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

Color convert

RGB 107 129 220 -
CMYK 0.51 0.41 0 0.14
HSL 228.32º 0.62% 0.64% -
HSV(B) 228.32º 0.51% 0.86% -
XYZ 26.83 23.99 70.93 -
YUV 132.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 107 129 220 0.51 0.41 0 0.14 228.32 0.62 0.64
Hex 6B 81 DC 33 29 0 E E4 3E 40
Octal 153 201 334 63 51 0 16 344 76 100
Binary 1101011 10000001 11011100 110011 101001 0 1110 11100100 111110 1000000

Color Harmonies of #6B81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B81DC

Black with #6B81DC

Text Example


Text Example

White with #6B81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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