Html Css Color HEX #6997FA Cornflower Blue

📋 copy color: '#6997FA'

red 105 ◦ green 151 ◦ blue 250

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

Shades of Cornflower Blue #6997FA

Tints of Cornflower Blue #6997FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 20.75%
G = 29.84%
B = 49.41%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6997FA (or 0x6997FA) is known color: Cornflower Blue. HEX triplet: 69, 97 and FA. RGB value is (105,151,250). Sum of RGB (Red+Green+Blue) = 105+151+250=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #6997FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6997FA is #966805. Grayscale: #949494. Windows color (decimal): -9857030 or 16422761. OLE color: 16422761.

HSL color Cylindrical-coordinate representation of color #6997FA: hue angle of 220.97º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6997FA is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 151 250 -
CMYK 0.58 0.40 0 0.02
HSL 220.97º 0.94% 0.7% -
HSV(B) 220.97º 0.58% 0.98% -
XYZ 34.15 32.04 94.83 -
YUV 148.53 185.26 96.95 -
System Red Green Blue C M Y K H S L
Decimal 105 151 250 0.58 0.40 0 0.02 220.97 0.94 0.7
Hex 69 97 FA 3A 28 0 2 DD 5E 46
Octal 151 227 372 72 50 0 2 335 136 106
Binary 1101001 10010111 11111010 111010 101000 0 10 11011101 1011110 1000110

Color Harmonies of #6997FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6997FA

Black with #6997FA

Text Example


Text Example

White with #6997FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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