Html Css Color HEX #6690FD Cornflower Blue

📋 copy color: '#6690FD'

red 102 ◦ green 144 ◦ blue 253

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

Shades of Cornflower Blue #6690FD

Tints of Cornflower Blue #6690FD

RGB

 RED value IS 102 (40.23% from 255) = 20.44%

 GREEN value IS 144 (56.64% from 255) = 28.86%

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 20.44%
G = 28.86%
B = 50.7%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6690FD (or 0x6690FD) is known color: Cornflower Blue. HEX triplet: 66, 90 and FD. RGB value is (102,144,253). Sum of RGB (Red+Green+Blue) = 102+144+253=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #6690FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6690FD is #996F02. Grayscale: #8F8F8F. Windows color (decimal): -10055427 or 16617574. OLE color: 16617574.

HSL color Cylindrical-coordinate representation of color #6690FD: hue angle of 223.31º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6690FD is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 144 253 -
CMYK 0.60 0.43 0 0.01
HSL 223.31º 0.97% 0.7% -
HSV(B) 223.31º 0.6% 0.99% -
XYZ 33.18 29.86 96.94 -
YUV 143.87 189.59 98.14 -
System Red Green Blue C M Y K H S L
Decimal 102 144 253 0.60 0.43 0 0.01 223.31 0.97 0.7
Hex 66 90 FD 3C 2B 0 1 DF 61 46
Octal 146 220 375 74 53 0 1 337 141 106
Binary 1100110 10010000 11111101 111100 101011 0 1 11011111 1100001 1000110

Color Harmonies of #6690FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6690FD

Black with #6690FD

Text Example


Text Example

White with #6690FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6690FD; }

 p { color: rgb(102,144,253); }

 H1.HeaderClassName
 {
   color: #6690FD;
 }
 .AnyTagClassName
 {
   color: #6690FD;
 }
</style>

background-color css

<style>
 a { background-color: #6690FD; }

 a { background-color: rgb(102,144,253); }

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

border-color css

<style>
 span { border-color: #6690FD; }

 span { border-color: rgb(102,144,253); }

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