Html Css Color HEX #6B9ADC Cornflower Blue

📋 copy color: '#6B9ADC'

red 107 ◦ green 154 ◦ blue 220

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

Shades of Cornflower Blue #6B9ADC

Tints of Cornflower Blue #6B9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.02%

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

R = 22.25%
G = 32.02%
B = 45.74%

CMYK

 C value IS 0.51

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B9ADC (or 0x6B9ADC) is known color: Cornflower Blue. HEX triplet: 6B, 9A and DC. RGB value is (107,154,220). Sum of RGB (Red+Green+Blue) = 107+154+220=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ADC is #946523. Grayscale: #939393. Windows color (decimal): -9725220 or 14457451. OLE color: 14457451.

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

Color convert

RGB 107 154 220 -
CMYK 0.51 0.3 0 0.14
HSL 215.04º 0.62% 0.64% -
HSV(B) 215.04º 0.51% 0.86% -
XYZ 30.54 31.4 72.16 -
YUV 147.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 107 154 220 0.51 0.3 0 0.14 215.04 0.62 0.64
Hex 6B 9A DC 33 1E 0 E D7 3E 40
Octal 153 232 334 63 36 0 16 327 76 100
Binary 1101011 10011010 11011100 110011 11110 0 1110 11010111 111110 1000000

Color Harmonies of #6B9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9ADC

Black with #6B9ADC

Text Example


Text Example

White with #6B9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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