Html Css Color HEX #6B9CFD Cornflower Blue

📋 copy color: '#6B9CFD'

red 107 ◦ green 156 ◦ blue 253

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

Shades of Cornflower Blue #6B9CFD

Tints of Cornflower Blue #6B9CFD

RGB

 RED value IS 107 (42.19% from 255) = 20.74%

 GREEN value IS 156 (61.33% from 255) = 30.23%

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

R = 20.74%
G = 30.23%
B = 49.03%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B9CFD (or 0x6B9CFD) is known color: Cornflower Blue. HEX triplet: 6B, 9C and FD. RGB value is (107,156,253). Sum of RGB (Red+Green+Blue) = 107+156+253=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B9CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9CFD is #946302. Grayscale: #979797. Windows color (decimal): -9724675 or 16620651. OLE color: 16620651.

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

Color convert

RGB 107 156 253 -
CMYK 0.58 0.38 0 0.01
HSL 219.86º 0.97% 0.71% -
HSV(B) 219.86º 0.58% 0.99% -
XYZ 35.68 33.99 97.61 -
YUV 152.41 184.77 95.61 -
System Red Green Blue C M Y K H S L
Decimal 107 156 253 0.58 0.38 0 0.01 219.86 0.97 0.71
Hex 6B 9C FD 3A 26 0 1 DC 61 47
Octal 153 234 375 72 46 0 1 334 141 107
Binary 1101011 10011100 11111101 111010 100110 0 1 11011100 1100001 1000111

Color Harmonies of #6B9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9CFD

Black with #6B9CFD

Text Example


Text Example

White with #6B9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,156,253); }

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

background-color css

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

 a { background-color: rgb(107,156,253); }

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

border-color css

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

 span { border-color: rgb(107,156,253); }

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