Html Css Color HEX #6B9DE0 Cornflower Blue

📋 copy color: '#6B9DE0'

red 107 ◦ green 157 ◦ blue 224

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

Shades of Cornflower Blue #6B9DE0

Tints of Cornflower Blue #6B9DE0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 21.93%
G = 32.17%
B = 45.9%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6B9DE0 (or 0x6B9DE0) is known color: Cornflower Blue. HEX triplet: 6B, 9D and E0. RGB value is (107,157,224). Sum of RGB (Red+Green+Blue) = 107+157+224=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #6B9DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9DE0 is #94621F. Grayscale: #959595. Windows color (decimal): -9724448 or 14720363. OLE color: 14720363.

HSL color Cylindrical-coordinate representation of color #6B9DE0: hue angle of 214.36º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B9DE0 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 157 224 -
CMYK 0.52 0.30 0 0.12
HSL 214.36º 0.65% 0.65% -
HSV(B) 214.36º 0.52% 0.88% -
XYZ 31.57 32.62 75.15 -
YUV 149.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 107 157 224 0.52 0.30 0 0.12 214.36 0.65 0.65
Hex 6B 9D E0 34 1E 0 C D6 41 41
Octal 153 235 340 64 36 0 14 326 101 101
Binary 1101011 10011101 11100000 110100 11110 0 1100 11010110 1000001 1000001

Color Harmonies of #6B9DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9DE0

Black with #6B9DE0

Text Example


Text Example

White with #6B9DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,157,224); }

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

background-color css

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

 a { background-color: rgb(107,157,224); }

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

border-color css

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

 span { border-color: rgb(107,157,224); }

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