Html Css Color HEX #6995DC Cornflower Blue

📋 copy color: '#6995DC'

red 105 ◦ green 149 ◦ blue 220

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

Shades of Cornflower Blue #6995DC

Tints of Cornflower Blue #6995DC

RGB

 RED value IS 105 (41.41% from 255) = 22.15%

 GREEN value IS 149 (58.59% from 255) = 31.43%

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 22.15%
G = 31.43%
B = 46.41%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6995DC (or 0x6995DC) is known color: Cornflower Blue. HEX triplet: 69, 95 and DC. RGB value is (105,149,220). Sum of RGB (Red+Green+Blue) = 105+149+220=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #6995DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995DC is #966A23. Grayscale: #8F8F8F. Windows color (decimal): -9857572 or 14456169. OLE color: 14456169.

HSL color Cylindrical-coordinate representation of color #6995DC: hue angle of 217.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6995DC is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 149 220 -
CMYK 0.52 0.32 0 0.14
HSL 217.04º 0.62% 0.64% -
HSV(B) 217.04º 0.52% 0.86% -
XYZ 29.49 29.67 71.88 -
YUV 143.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 105 149 220 0.52 0.32 0 0.14 217.04 0.62 0.64
Hex 69 95 DC 34 20 0 E D9 3E 40
Octal 151 225 334 64 40 0 16 331 76 100
Binary 1101001 10010101 11011100 110100 100000 0 1110 11011001 111110 1000000

Color Harmonies of #6995DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6995DC

Black with #6995DC

Text Example


Text Example

White with #6995DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6995DC; }

 p { color: rgb(105,149,220); }

 H1.HeaderClassName
 {
   color: #6995DC;
 }
 .AnyTagClassName
 {
   color: #6995DC;
 }
</style>

background-color css

<style>
 a { background-color: #6995DC; }

 a { background-color: rgb(105,149,220); }

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

border-color css

<style>
 span { border-color: #6995DC; }

 span { border-color: rgb(105,149,220); }

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