Html Css Color HEX #6B8ADE Cornflower Blue

📋 copy color: '#6B8ADE'

red 107 ◦ green 138 ◦ blue 222

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

Shades of Cornflower Blue #6B8ADE

Tints of Cornflower Blue #6B8ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.55%

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 22.91%
G = 29.55%
B = 47.54%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B8ADE (or 0x6B8ADE) is known color: Cornflower Blue. HEX triplet: 6B, 8A and DE. RGB value is (107,138,222). Sum of RGB (Red+Green+Blue) = 107+138+222=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B8ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8ADE is #947521. Grayscale: #898989. Windows color (decimal): -9729314 or 14584427. OLE color: 14584427.

HSL color Cylindrical-coordinate representation of color #6B8ADE: hue angle of 223.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B8ADE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 138 222 -
CMYK 0.52 0.38 0 0.13
HSL 223.83º 0.64% 0.65% -
HSV(B) 223.83º 0.52% 0.87% -
XYZ 28.34 26.58 72.74 -
YUV 138.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 107 138 222 0.52 0.38 0 0.13 223.83 0.64 0.65
Hex 6B 8A DE 34 26 0 D E0 40 41
Octal 153 212 336 64 46 0 15 340 100 101
Binary 1101011 10001010 11011110 110100 100110 0 1101 11100000 1000000 1000001

Color Harmonies of #6B8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8ADE

Black with #6B8ADE

Text Example


Text Example

White with #6B8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,138,222); }

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

background-color css

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

 a { background-color: rgb(107,138,222); }

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

border-color css

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

 span { border-color: rgb(107,138,222); }

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