Html Css Color HEX #6B9EE7 Cornflower Blue

📋 copy color: '#6B9EE7'

red 107 ◦ green 158 ◦ blue 231

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

Shades of Cornflower Blue #6B9EE7

Tints of Cornflower Blue #6B9EE7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.85%

 BLUE value IS 231 (90.63% from 255) = 46.57%

R = 21.57%
G = 31.85%
B = 46.57%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6B9EE7 (or 0x6B9EE7) is known color: Cornflower Blue. HEX triplet: 6B, 9E and E7. RGB value is (107,158,231). Sum of RGB (Red+Green+Blue) = 107+158+231=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #6B9EE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9EE7 is #946118. Grayscale: #969696. Windows color (decimal): -9724185 or 15179371. OLE color: 15179371.

HSL color Cylindrical-coordinate representation of color #6B9EE7: hue angle of 215.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B9EE7 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 158 231 -
CMYK 0.54 0.32 0 0.09
HSL 215.32º 0.72% 0.66% -
HSV(B) 215.32º 0.54% 0.91% -
XYZ 32.71 33.35 80.31 -
YUV 151.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 107 158 231 0.54 0.32 0 0.09 215.32 0.72 0.66
Hex 6B 9E E7 36 20 0 9 D7 48 42
Octal 153 236 347 66 40 0 11 327 110 102
Binary 1101011 10011110 11100111 110110 100000 0 1001 11010111 1001000 1000010

Color Harmonies of #6B9EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9EE7

Black with #6B9EE7

Text Example


Text Example

White with #6B9EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,158,231); }

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

background-color css

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

 a { background-color: rgb(107,158,231); }

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

border-color css

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

 span { border-color: rgb(107,158,231); }

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