Html Css Color HEX #6A7DFB Cornflower Blue

📋 copy color: '#6A7DFB'

red 106 ◦ green 125 ◦ blue 251

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

Shades of Cornflower Blue #6A7DFB

Tints of Cornflower Blue #6A7DFB

RGB

 RED value IS 106 (41.8% from 255) = 21.99%

 GREEN value IS 125 (49.22% from 255) = 25.93%

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 21.99%
G = 25.93%
B = 52.07%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A7DFB (or 0x6A7DFB) is known color: Cornflower Blue. HEX triplet: 6A, 7D and FB. RGB value is (106,125,251). Sum of RGB (Red+Green+Blue) = 106+125+251=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A7DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A7DFB is #958204. Grayscale: #858585. Windows color (decimal): -9798149 or 16481642. OLE color: 16481642.

HSL color Cylindrical-coordinate representation of color #6A7DFB: hue angle of 232.14º degrees, saturation: 0.95, 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 #6A7DFB is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 125 251 -
CMYK 0.58 0.50 0 0.02
HSL 232.14º 0.95% 0.7% -
HSV(B) 232.14º 0.58% 0.98% -
XYZ 30.69 24.7 94.42 -
YUV 133.68 194.21 108.25 -
System Red Green Blue C M Y K H S L
Decimal 106 125 251 0.58 0.50 0 0.02 232.14 0.95 0.7
Hex 6A 7D FB 3A 32 0 2 E8 5F 46
Octal 152 175 373 72 62 0 2 350 137 106
Binary 1101010 1111101 11111011 111010 110010 0 10 11101000 1011111 1000110

Color Harmonies of #6A7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7DFB

Black with #6A7DFB

Text Example


Text Example

White with #6A7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,125,251); }

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

background-color css

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

 a { background-color: rgb(106,125,251); }

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

border-color css

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

 span { border-color: rgb(106,125,251); }

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