Html Css Color HEX #6B96D7 Cornflower Blue

📋 copy color: '#6B96D7'

red 107 ◦ green 150 ◦ blue 215

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

Shades of Cornflower Blue #6B96D7

Tints of Cornflower Blue #6B96D7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 215 (84.38% from 255) = 45.55%

R = 22.67%
G = 31.78%
B = 45.55%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B96D7 (or 0x6B96D7) is known color: Cornflower Blue. HEX triplet: 6B, 96 and D7. RGB value is (107,150,215). Sum of RGB (Red+Green+Blue) = 107+150+215=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #6B96D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B96D7 is #946928. Grayscale: #909090. Windows color (decimal): -9726249 or 14128747. OLE color: 14128747.

HSL color Cylindrical-coordinate representation of color #6B96D7: hue angle of 216.11º degrees, saturation: 0.57, 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 #6B96D7 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 150 215 -
CMYK 0.50 0.30 0 0.16
HSL 216.11º 0.57% 0.63% -
HSV(B) 216.11º 0.5% 0.84% -
XYZ 29.24 29.84 68.51 -
YUV 144.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 107 150 215 0.50 0.30 0 0.16 216.11 0.57 0.63
Hex 6B 96 D7 32 1E 0 10 D8 39 3F
Octal 153 226 327 62 36 0 20 330 71 77
Binary 1101011 10010110 11010111 110010 11110 0 10000 11011000 111001 111111

Color Harmonies of #6B96D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B96D7

Black with #6B96D7

Text Example


Text Example

White with #6B96D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,150,215); }

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

background-color css

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

 a { background-color: rgb(107,150,215); }

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

border-color css

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

 span { border-color: rgb(107,150,215); }

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