Html Css Color HEX #6DA0FC Cornflower Blue

📋 copy color: '#6DA0FC'

red 109 ◦ green 160 ◦ blue 252

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

Shades of Cornflower Blue #6DA0FC

Tints of Cornflower Blue #6DA0FC

RGB

 RED value IS 109 (42.97% from 255) = 20.92%

 GREEN value IS 160 (62.89% from 255) = 30.71%

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 20.92%
G = 30.71%
B = 48.37%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6DA0FC (or 0x6DA0FC) is known color: Cornflower Blue. HEX triplet: 6D, A0 and FC. RGB value is (109,160,252). Sum of RGB (Red+Green+Blue) = 109+160+252=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DA0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA0FC is #925F03. Grayscale: #9A9A9A. Windows color (decimal): -9592580 or 16556141. OLE color: 16556141.

HSL color Cylindrical-coordinate representation of color #6DA0FC: hue angle of 218.6º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DA0FC is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 160 252 -
CMYK 0.57 0.37 0 0.01
HSL 218.6º 0.96% 0.71% -
HSV(B) 218.6º 0.57% 0.99% -
XYZ 36.45 35.42 97.01 -
YUV 155.24 182.6 95.02 -
System Red Green Blue C M Y K H S L
Decimal 109 160 252 0.57 0.37 0 0.01 218.6 0.96 0.71
Hex 6D A0 FC 39 25 0 1 DB 60 47
Octal 155 240 374 71 45 0 1 333 140 107
Binary 1101101 10100000 11111100 111001 100101 0 1 11011011 1100000 1000111

Color Harmonies of #6DA0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA0FC

Black with #6DA0FC

Text Example


Text Example

White with #6DA0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DA0FC; }

 p { color: rgb(109,160,252); }

 H1.HeaderClassName
 {
   color: #6DA0FC;
 }
 .AnyTagClassName
 {
   color: #6DA0FC;
 }
</style>

background-color css

<style>
 a { background-color: #6DA0FC; }

 a { background-color: rgb(109,160,252); }

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

border-color css

<style>
 span { border-color: #6DA0FC; }

 span { border-color: rgb(109,160,252); }

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