Html Css Color HEX #6685FD Cornflower Blue

📋 copy color: '#6685FD'

red 102 ◦ green 133 ◦ blue 253

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

Shades of Cornflower Blue #6685FD

Tints of Cornflower Blue #6685FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.25%

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

R = 20.9%
G = 27.25%
B = 51.84%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6685FD (or 0x6685FD) is known color: Cornflower Blue. HEX triplet: 66, 85 and FD. RGB value is (102,133,253). Sum of RGB (Red+Green+Blue) = 102+133+253=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #6685FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6685FD is #997A02. Grayscale: #888888. Windows color (decimal): -10058243 or 16614758. OLE color: 16614758.

HSL color Cylindrical-coordinate representation of color #6685FD: hue angle of 227.68º 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 #6685FD is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 133 253 -
CMYK 0.60 0.47 0 0.01
HSL 227.68º 0.97% 0.7% -
HSV(B) 227.68º 0.6% 0.99% -
XYZ 31.6 26.69 96.42 -
YUV 137.41 193.23 102.74 -
System Red Green Blue C M Y K H S L
Decimal 102 133 253 0.60 0.47 0 0.01 227.68 0.97 0.7
Hex 66 85 FD 3C 2F 0 1 E4 61 46
Octal 146 205 375 74 57 0 1 344 141 106
Binary 1100110 10000101 11111101 111100 101111 0 1 11100100 1100001 1000110

Color Harmonies of #6685FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6685FD

Black with #6685FD

Text Example


Text Example

White with #6685FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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