Html Css Color HEX #6995EA Cornflower Blue

📋 copy color: '#6995EA'

red 105 ◦ green 149 ◦ blue 234

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

Shades of Cornflower Blue #6995EA

Tints of Cornflower Blue #6995EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 21.52%
G = 30.53%
B = 47.95%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6995EA (or 0x6995EA) is known color: Cornflower Blue. HEX triplet: 69, 95 and EA. RGB value is (105,149,234). Sum of RGB (Red+Green+Blue) = 105+149+234=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #6995EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6995EA is #966A15. Grayscale: #919191. Windows color (decimal): -9857558 or 15373673. OLE color: 15373673.

HSL color Cylindrical-coordinate representation of color #6995EA: hue angle of 219.53º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6995EA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 149 234 -
CMYK 0.55 0.36 0 0.08
HSL 219.53º 0.75% 0.66% -
HSV(B) 219.53º 0.55% 0.92% -
XYZ 31.42 30.44 82.06 -
YUV 145.53 177.92 99.09 -
System Red Green Blue C M Y K H S L
Decimal 105 149 234 0.55 0.36 0 0.08 219.53 0.75 0.66
Hex 69 95 EA 37 24 0 8 DC 4B 42
Octal 151 225 352 67 44 0 10 334 113 102
Binary 1101001 10010101 11101010 110111 100100 0 1000 11011100 1001011 1000010

Color Harmonies of #6995EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6995EA

Black with #6995EA

Text Example


Text Example

White with #6995EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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