Html Css Color HEX #6997DE Cornflower Blue

📋 copy color: '#6997DE'

red 105 ◦ green 151 ◦ blue 222

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

Shades of Cornflower Blue #6997DE

Tints of Cornflower Blue #6997DE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 21.97%
G = 31.59%
B = 46.44%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6997DE (or 0x6997DE) is known color: Cornflower Blue. HEX triplet: 69, 97 and DE. RGB value is (105,151,222). Sum of RGB (Red+Green+Blue) = 105+151+222=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #6997DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997DE is #966821. Grayscale: #919191. Windows color (decimal): -9857058 or 14587753. OLE color: 14587753.

HSL color Cylindrical-coordinate representation of color #6997DE: hue angle of 216.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6997DE is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 151 222 -
CMYK 0.53 0.32 0 0.13
HSL 216.41º 0.64% 0.64% -
HSV(B) 216.41º 0.53% 0.87% -
XYZ 30.08 30.41 73.39 -
YUV 145.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 105 151 222 0.53 0.32 0 0.13 216.41 0.64 0.64
Hex 69 97 DE 35 20 0 D D8 40 40
Octal 151 227 336 65 40 0 15 330 100 100
Binary 1101001 10010111 11011110 110101 100000 0 1101 11011000 1000000 1000000

Color Harmonies of #6997DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6997DE

Black with #6997DE

Text Example


Text Example

White with #6997DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6997DE; }

 p { color: rgb(105,151,222); }

 H1.HeaderClassName
 {
   color: #6997DE;
 }
 .AnyTagClassName
 {
   color: #6997DE;
 }
</style>

background-color css

<style>
 a { background-color: #6997DE; }

 a { background-color: rgb(105,151,222); }

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

border-color css

<style>
 span { border-color: #6997DE; }

 span { border-color: rgb(105,151,222); }

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