Html Css Color HEX #6B8CD5 Cornflower Blue

📋 copy color: '#6B8CD5'

red 107 ◦ green 140 ◦ blue 213

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

Shades of Cornflower Blue #6B8CD5

Tints of Cornflower Blue #6B8CD5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

 BLUE value IS 213 (83.59% from 255) = 46.3%

R = 23.26%
G = 30.43%
B = 46.3%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B8CD5 (or 0x6B8CD5) is known color: Cornflower Blue. HEX triplet: 6B, 8C and D5. RGB value is (107,140,213). Sum of RGB (Red+Green+Blue) = 107+140+213=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #6B8CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8CD5 is #94732A. Grayscale: #8A8A8A. Windows color (decimal): -9728811 or 13995115. OLE color: 13995115.

HSL color Cylindrical-coordinate representation of color #6B8CD5: hue angle of 221.32º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B8CD5 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 140 213 -
CMYK 0.50 0.34 0 0.16
HSL 221.32º 0.56% 0.63% -
HSV(B) 221.32º 0.5% 0.84% -
XYZ 27.45 26.69 66.65 -
YUV 138.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 107 140 213 0.50 0.34 0 0.16 221.32 0.56 0.63
Hex 6B 8C D5 32 22 0 10 DD 38 3F
Octal 153 214 325 62 42 0 20 335 70 77
Binary 1101011 10001100 11010101 110010 100010 0 10000 11011101 111000 111111

Color Harmonies of #6B8CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8CD5

Black with #6B8CD5

Text Example


Text Example

White with #6B8CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,140,213); }

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

background-color css

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

 a { background-color: rgb(107,140,213); }

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

border-color css

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

 span { border-color: rgb(107,140,213); }

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