Html Css Color HEX #6995EC Cornflower Blue

📋 copy color: '#6995EC'

red 105 ◦ green 149 ◦ blue 236

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

Shades of Cornflower Blue #6995EC

Tints of Cornflower Blue #6995EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 21.43%
G = 30.41%
B = 48.16%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6995EC (or 0x6995EC) is known color: Cornflower Blue. HEX triplet: 69, 95 and EC. RGB value is (105,149,236). Sum of RGB (Red+Green+Blue) = 105+149+236=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #6995EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6995EC is #966A13. Grayscale: #919191. Windows color (decimal): -9857556 or 15504745. OLE color: 15504745.

HSL color Cylindrical-coordinate representation of color #6995EC: hue angle of 219.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6995EC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 149 236 -
CMYK 0.56 0.37 0 0.07
HSL 219.85º 0.78% 0.67% -
HSV(B) 219.85º 0.56% 0.93% -
XYZ 31.71 30.55 83.58 -
YUV 145.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 105 149 236 0.56 0.37 0 0.07 219.85 0.78 0.67
Hex 69 95 EC 38 25 0 7 DC 4E 43
Octal 151 225 354 70 45 0 7 334 116 103
Binary 1101001 10010101 11101100 111000 100101 0 111 11011100 1001110 1000011

Color Harmonies of #6995EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6995EC

Black with #6995EC

Text Example


Text Example

White with #6995EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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